Skip to content

feat: make dashboard responsive for tablet viewports#589

Merged
A6dulmalik merged 1 commit into
MindBlockLabs:mainfrom
Ummi-001:feature/analytics-tablet-responsive
Jul 23, 2026
Merged

feat: make dashboard responsive for tablet viewports#589
A6dulmalik merged 1 commit into
MindBlockLabs:mainfrom
Ummi-001:feature/analytics-tablet-responsive

Conversation

@Ummi-001

@Ummi-001 Ummi-001 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Closes #577

Summary

Makes the analytics dashboard usable on tablet-width viewports (768px).

Changes

  • frontend/app/analytics/layout.tsx — new shared layout for the analytics route; holds the page shell (background, header) so it's consistent across future analytics sub-pages.
  • frontend/app/analytics/page.tsx — dashboard content now uses a responsive CSS grid (single column below lg, two columns at desktop) so charts stack vertically on tablet-width screens instead of overflowing horizontally.
  • frontend/components/analytics/DauMauChart.tsx — date-range controls (presets + date pickers) now collapse behind a "Filters" toggle button below the md breakpoint, instead of sitting inline, so they no longer crowd or overlap the chart on narrower viewports.

Acceptance criteria addressed

  • No horizontal scroll at 768px width; charts stack vertically.
  • Controls remain reachable via the Filters toggle without overlapping chart content.

@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

@Ummi-001 is attempting to deploy a commit to the aminubabafatima8-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Jul 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mind-block-app-frontend Ready Ready Preview, Comment Jul 23, 2026 10:50am

@phertyameen phertyameen changed the title feat(analytics): make dashboard responsive for tablet viewports feat: make dashboard responsive for tablet viewports Jul 23, 2026
@A6dulmalik
A6dulmalik merged commit 64de1fa into MindBlockLabs:main Jul 23, 2026
11 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add responsive/mobile layout for the analytics dashboard

3 participants